Skip to content

Conversation

NickeZ
Copy link
Collaborator

@NickeZ NickeZ commented Oct 1, 2025

No description provided.

@NickeZ NickeZ requested a review from benma October 1, 2025 09:35
@NickeZ NickeZ force-pushed the fix/bottom-tap-while-gesture-confirm branch 2 times, most recently from f7cc93b to 2fa485b Compare October 1, 2025 09:47
Previously the confirm gesture component would get "out of active" as
soon as the top slider was released. If one released the top slider
before the top slider it would often trigger a keyboard press.

This commit creates an additional boolean that keeps the "active" state
in "active" until the drawing is reset to it's original state thus
removing the risk of unintentional keyboard presses.

The confirm gesture is also given a "higher priority" by being rendered
last.
@NickeZ NickeZ force-pushed the fix/bottom-tap-while-gesture-confirm branch from 2fa485b to f271546 Compare October 1, 2025 10:21
Comment on lines +244 to +245
// Render confirm button or gesture (render confirm gesture last so that bottom triangle is
// above keyboard)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so that bottom triangle is above keyboard

The keyboard is not rendered while the confirm gesture is active. Is this comment about something else?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not true, you can clearly see the bottom triangle "animating out" beneath the keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants